home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prok345.zip / QREAD.INT < prev    next >
Text File  |  1991-04-01  |  733b  |  30 lines

  1.  
  2. (*
  3.  * Copyright 1987, 1989 Samuel H. Smith;  All rights reserved
  4.  *
  5.  * This is a component of the ProDoor System.
  6.  * Do not distribute modified versions without my permission.
  7.  * Do not remove or alter this notice or any other copyright notice.
  8.  * If you use this in your own program you must distribute source code.
  9.  * Do not use any of this in a commercial product.
  10.  *
  11.  *)
  12.  
  13. (*
  14.  * QRead - Quick ReadLn Unit for Strings
  15.  *
  16.  * Written by Samuel Smith, 19-Nov-88
  17.  *
  18.  *)
  19.  
  20. unit QRead;
  21.  
  22. interface
  23.  
  24.    procedure qReadLn( var fd: text;       {text file to read from}
  25.                       var dest: string;   {destination string}
  26.                       maxlen: word );     {sizeof dest string}
  27.  
  28.  
  29. implementation
  30.